home *** CD-ROM | disk | FTP | other *** search
- <!---- frameset ---->
-
- <WIZSET i = 0>
- <WIZLOOP index="item" list="$${Evaluate('Frame' & Level)}">
- <WIZSET i = i + 1>
- <WIZIF i eq 2>
- <WIZSET Rows = item>
- <WIZELSEIF i eq 3>
- <WIZSET Cols = item>
- <WIZELSEIF i gt 3>
- <WIZBREAK>
- </WIZIF>
- </WIZLOOP>
-
-
- <WIZSET RowDef = "">
- <WIZSET RowCount = "0">
- <WIZLOOP index="RowSize" list="$${Rows}">
- <WIZSET RowCount = RowCount + 1>
- <WIZSET RowDef = RowDef & RowSize & "%,">
- </WIZLOOP>
- <WIZSET RowDef = RowDef & "*">
-
- <WIZSET ColDef = "">
- <WIZSET ColCount = "0">
- <WIZLOOP index="ColSize" list="$${Cols}">
- <WIZSET ColCount = ColCount + 1>
- <WIZSET ColDef = ColDef & ColSize & "%,">
- </WIZLOOP>
- <WIZSET ColDef = ColDef & "*">
-
-
- <WIZIF Level neq 0>
- >
- <WIZELSE>
- <!-- frames -->
- </WIZIF>$${RepeatString( ' ', 4*Level )}<$${DefaultCase('FRAMESET')} <WIZIF RowDef neq "*"> $${DefaultCase('ROWS')}="$${RowDef}"</WIZIF><WIZIF ColDef neq "*"> $${DefaultCase('COLS')}="$${ColDef}"</WIZIF>
-
- <!---- containing frames ---->
- <WIZSET i = 0>
- <WIZLOOP index="item" list="$${Evaluate('Frame' & Level)}">
- <WIZSET i = i + 1>
- <WIZSET level = level + 1>
- <WIZIF i gte 4>
- <WIZSET dummy = SetVariable( 'Frame' & Level, item )>
- <WIZINCLUDE template="Frames_Frames.wml">
- </WIZIF>
- <WIZSET Level = Level - 1>
- </WIZLOOP>>
- $${RepeatString( ' ', 4*Level )}</$${DefaultCase('FRAMESET')}
-
-